ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPSeq<T> Class / ImGearXMPSeq<T> Constructor / ImGearXMPSeq<T> Constructor()




In This Topic
    ImGearXMPSeq<T> Constructor()
    In This Topic
    Initializes a new instance of the ImGearXMPSeq<T> class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearXMPSeq(Of T)()
    public ImGearXMPSeq<T>()
    public: ImGearXMPSeq<T>();
    public:
    ImGearXMPSeq<T>();

    Return Value

    New instance of the ImGearXMPSeq<T> generic class object.
    Remarks
    This constructor creates an empty instance of ImGearXMPSeq<T> generic class.
    See Also